home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / 3c509drv.zip / NDIS.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  1KB  |  59 lines

  1. echo off
  2. REM %%VER NDIS Drivers Installation Utility Program v2.0b
  3. if %mono%==y goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type ndis.men
  14. ..\install\echoxy 19 18 Select Option:
  15. ..\install\reply
  16. echo    Please wait . . .
  17. if errorlevel 60 goto inval
  18. if errorlevel 59 goto help
  19. if errorlevel 52 goto inval
  20. if errorlevel 51 goto main
  21. if errorlevel 50 goto vers
  22. if errorlevel 49 goto ins
  23. if errorlevel 28 goto inval
  24. if errorlevel 27 goto main
  25. :inval
  26. echo **** Invalid key, try again. ****
  27. echo 
  28. echo 
  29. echo.
  30. ndis
  31.  
  32. :help
  33. ..\install\echoxy 24 1
  34. echo.
  35. type ndismm.hlp
  36. pause
  37. ndis
  38.  
  39. :main
  40. cd..
  41. menu
  42.  
  43. :vers
  44. echo.
  45. echo.
  46. type ..\line.men
  47. ..\install\echoxy 4 25 NDIS Driver Versions
  48. ..\install\echoxy 10 0
  49. ..\install\showver ..\mslanman.os2\drivers\ethernet\elnk3\elnk3.os2
  50. echo.
  51. echo.
  52. ..\install\showver ..\mslanman.dos\drivers\ethernet\elnk3\elnk3.dos
  53. ..\install\echoxy 19 25
  54. pause
  55. ndis
  56.  
  57. :ins
  58. inspropt
  59.